home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Shareware World / Info / For Developers / Mops 3.4.sea / Mops ƒ / testmod2.txt < prev    next >
Text File  |  1997-12-11  |  214b  |  14 lines

  1. +echo
  2. \ Some more silly code to test our module stuff:
  3.  
  4. export_class    myEEE
  5.  
  6. variable        myRA
  7.  
  8. : myTestWord    db  ." myTestWord here!!!  myRA is " myRA @ .h  ;
  9.  
  10. : EE    cc: myEEE
  11.         ['] myTestWord  myRA reloc!
  12.         myRA @  ;
  13.  
  14.